toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net.event
/
[jvm]PacScriptErrorReceived
Pac
Script
Error
Received
public
interface
PacScriptErrorReceived
implements
NetworkEvent
An event indicating that the PAC file processing has been failed.
Members
Functions
error
Text
Link copied to clipboard
public
String
errorText
(
)
Returns a string that represents the description of the script processing error.
line
Number
Link copied to clipboard
public
int
lineNumber
(
)
Returns the line of code in the PAC script which caused the error.
network
Link copied to clipboard
public
Network
network
(
)
Returns the
Network
instance initiated this event.